Delete Method (Attachments Collection)
The Delete
method deletes all the attachments in the Attachments collection.
Syntax
objAttachColl.Delete()
Parameters
objAttachColl
Required. The
Attachments collection object.
Remarks
Be cautious
using the Delete method with a collection, since it deletes all the
collection s member objects. To delete only one Attachment object, use the Delete
The effect of
the Delete method is not permanent until you use the Update